home *** CD-ROM | disk | FTP | other *** search
/ ThrustMaster (Europe) (Press Kit) / ThrustMaster (Europe) (Press Kit).bin / progs / f16 / MK2PROGS.SHR / KIFTPRO.ADV < prev    next >
Encoding:
Text File  |  1995-05-17  |  2.7 KB  |  78 lines

  1. REM ╔═══════════════════════════════════════════════════════════════════════╗
  2. REM ║ CAUTION!!!  You MUST have ThrustMaster Command & Control Center       ║
  3. REM ║ (MARK2.EXE) vs 1.38 or higher and MK2LOAD.EXE vs 5.01 or higher to    ║
  4. REM ║ use the macro capability.  You can tell if you have vs 1.38 by looking║
  5. REM ║ at the top of the C&CC screen where the version # is shown on any of  ║
  6. REM ║ the menu screens or click on F-7 About to view the version #.  To tell║
  7. REM ║ if you have MK2LOAD.EXE vs 5.01 just download a file - you will see   ║
  8. REM ║ the version # at the top of the download screen. To obtain the newer  ║
  9. REM ║ versions if you do not have them, check with any of the listed places ║
  10. REM ║ in C:\MARK2\MK2UTILS\TMBBS.TXT where you may download the latest      ║
  11. REM ║ versions of the Command and Control Center software.                  ║
  12. REM ╚═══════════════════════════════════════════════════════════════════════╝
  13. REM                    IFT Pro, Version 5.0, Flight Deck Software
  14.  
  15. REM  This file uses the rocker switch on the WCS for three different modes:
  16. REM     /U is for flight,
  17. REM     /M is for Navigation,
  18. REM     /D is for map mode.
  19. REM             Written and Tested by David Shaw - 5/12/94
  20.  
  21. REM  Base Switch Settings
  22. REM  Black Hat switch = Digital
  23. REM  Red Switch       = Digital
  24. REM
  25. REM  Include IFTPRO MDF File
  26.  
  27.     MDEF KIFTPRO
  28.  
  29. @DigitalThrottle
  30.  
  31. BTN UB /U FlapsUp
  32.        /M SelectNav1
  33.        /D FullMapScreen
  34. BTN MB /U FlapsDn
  35.        /M SelectNav2
  36.        /D MapBigger
  37. BTN LB /U LandingGear
  38.        /M SelectCom
  39.        /D MapSmaller
  40. BTN HU /T /P LeftFrontView
  41.           /R FrontView
  42.        /T /P RightFrontView
  43.           /R FrontView
  44. BTN HR RightView
  45. BTN HD /T /P LeftBackView
  46.           /R BackView
  47.        /T /P RightBackView
  48.           /R BackView
  49. BTN HL LeftView
  50. BTN HM FrontView
  51. BTN 1 /U LandingLights
  52.       /M Autopilot
  53.       /D Info
  54. BTN 2 /U NavLights
  55.       /M ElevTrimUp
  56.       /D MapLabels
  57. BTN 3 /U Brakes
  58.       /M ElevTrimDn
  59.       /D MapRadialDisp
  60. BTN 4 /U PropPitchUp
  61.       /M ToggleStopWatch
  62.       /D RedrawFltPath
  63. BTN 5 /U PropPitchDn
  64.       /M SelectMenu
  65.       /D MapMagNormal
  66. BTN 6 TaxiLights
  67.  
  68.  
  69. REM This file works ONLY with the NEW chip and MICROCODE for the MARK II WCS!
  70. REM
  71. REM If you do not have the NEW chip and MICROCODE, contact THRUSTMASTER at
  72. REM (503) 639-3200 and find out how to get the upgrade!!!
  73. REM
  74. REM How can you tell if you have the new chip and microcode?  From the
  75. REM C:\MARK2 DOS prompt, type: DIR MK2LOAD.EXE then hit ENTER. If you receive
  76. REM the message: "File not found", then you have the OLD microcode version
  77. REM that uses the program DOWNLOAD.EXE to load files into the WCS MARK II.
  78.